Fix indenting of a couple of braces
authorSam Reed <reedy@users.mediawiki.org>
Fri, 16 Sep 2011 11:35:56 +0000 (11:35 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Fri, 16 Sep 2011 11:35:56 +0000 (11:35 +0000)
includes/WikiPage.php
maintenance/deleteBatch.php

index 3c9af1c..1029d31 100644 (file)
@@ -1720,7 +1720,7 @@ class WikiPage extends Page {
                                                        array(  'gtl_from_wiki' => wfGetID(),
                                                                        'gtl_from_page' => $id )
                                                        );
-               }
+                       }
                }
 
                # If using cleanup triggers, we can skip some manual deletes
index fdc4cfb..52542ce 100644 (file)
@@ -104,7 +104,7 @@ class DeleteBatch extends Maintenance {
                                sleep( $interval );
                        }
                        wfWaitForSlaves();
-}
+               }
        }
 }